'Declaration
Public Overloads Sub WriteRange(Of T As {New, Struct})( _
ByVal data() As T, _
ByVal offset As System.Integer, _
ByVal count As System.Integer _
)
public void WriteRange<T>(
T[] data,
System.int offset,
System.int count
)
where T: new(), struct